if timeup then call send(BOLD' Your time is up'AOFF||NL)
if marks=0 then do
call send(nomarks)
if timeup then signal nomarkexit
else signal maincmd
end
call send(' You have selected 'marks' files, 'markedbytes' Bytes'NL)
do i=1 to words(mlist)
if left(word(mlist,i),4)="ARC:" then call send(" "right_justify(i,2)" "left_justify(get_fn(word(mlist,i)),24)" "right_justify(word(blist,i)" bytes",24)||NL)